home *** CD-ROM | disk | FTP | other *** search
- on movieframescript pspritenum
- global gqtvrinstance, glasttimerollover
- if rollOver(pspritenum) then
- if qtvrgetvisible(gqtvrinstance) then
- if isqtvrmovie(gqtvrinstance) then
- set tmouseoverresult to qtvrmouseover(gqtvrinstance)
- if tmouseoverresult <> 0 then
- set taction to item 1 of tmouseoverresult
- set glasttimerollover to 1
- else
- if rollOver(pspritenum) then
- set glasttimerollover to 1
- else
- cursor(200)
- cursor(-1)
- set glasttimerollover to 0
- end if
- end if
- end if
- else
- if glasttimerollover then
- cursor(200)
- cursor(-1)
- set glasttimerollover to 0
- end if
- end if
- else
- if glasttimerollover then
- cursor(200)
- cursor(-1)
- set glasttimerollover to 0
- end if
- end if
- if isqtvrmovie(gqtvrinstance) then
- qtvridle(gqtvrinstance)
- end if
- end
-